We need to keep track of how many times the left and down arrow keys are pressed.
A variable lets us store information. The variable has a name and a value. Like this: name = value.
- Change the name of one variable to left_count and the other to down_count.
- Change both of the values to 0.
To navigate the page using the TAB key, first press ESC to exit the code editor.